Reference | files()


Syntax
files(path)

DescriptionRetrieves all files from a given path and returns their names as a list.
Returnsa list with the names of the files in the given path


Example
f = files("images/*.jpg")
image(choice(f), 10, 10)